home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jungle_adventure.swf / scripts / __Packages / GameBigPoint.as < prev    next >
Text File  |  2006-11-29  |  215b  |  12 lines

  1. class GameBigPoint extends GamePoint
  2. {
  3.    var value = 100;
  4.    var assetID = "BigPoint";
  5.    var editor_isItem = true;
  6.    var editor_name = "BigPoint";
  7.    function GameBigPoint()
  8.    {
  9.       super();
  10.    }
  11. }
  12.